home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Planet Source Code Jumbo …e CD Visual Basic 1 to 7
/
1_2002.ISO
/
Data
/
Zips
/
_49 Text f199605232001.psc
/
nospaces.txt
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-05-13
|
367 b
|
15 lines
' add a text box and place this in it. Rename text1 to the name
' of the text box.
Dim Length As String
For L = 1 To text1.MaxLength
Length = Length + " "
If text1 = "" Or text1 = Length Then
MsgBox "You can't have spaces in this textbox!"
'Exit Sub
End If
Next L